google.golang.org/protobuf/internal/impl.pointer.BytesSlice (method)

8 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_gen.go#L5550: 	s := *p.BytesSlice()
		codec_gen.go#L5559: 	s := *p.BytesSlice()
		codec_gen.go#L5569: 	sp := p.BytesSlice()
		codec_gen.go#L5591: 	s := *p.BytesSlice()
		codec_gen.go#L5614: 	sp := p.BytesSlice()
		merge.go#L199: 	ds := dst.BytesSlice()
		merge.go#L200: 	for _, v := range *src.BytesSlice() {
		pointer_unsafe.go#L113: func (p pointer) BytesSlice() *[][]byte                 { return (*[][]byte)(p.p) }